06. Profile Name
Profile Name
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Code
Declaration and initialization one
String-name = "Katherine"
Declaration and initialization two
String "name" = "Kunal";
Declaration and initialization three
String name on profile = "Lyla";
*This is optional code available for you if you'd like to try running it in Android Studio. Unsure what to do? Go to the "Experimenting with the Code" page. *